home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-05 | 910 b | 45 lines | [TEXT/MPS ] |
- /* --------------------------------------------------------------------- */
- /*
- /* Rez source for XWindShell XCMD
- /*
- /* Copyright © 1989-92 Apple Computer, Inc.
- /*
- /*
- /* This file contains the rez source needed by the MakeFile to
- /* build the XWindShell XCMD.
- /*
- /* The files included with the XWindShell XCMD are meant to be
- /* used as a starting point for XCMDs in C or Pascal that wish to
- /* create and manage XWindows.
- /*
- /* Files:
- /* ------
- /* XWindShell.p
- /* *XWindShell.r
- /* MakeFile
- /*
- /*
- /* Author: Darin Acquistapace
- /* Created: 01/29/92
- /* Modified: See Mod History Below
- /*
- /* Modification History:
- /* ---------------------
- /* 01/29/92 - New today.
- /*
- /* --------------------------------------------------------------------- */
-
- #include "typesiigs.r"
-
- read $801E (1, convert) "XWindShell.omf";
-
- resource rResName ($0001801E) {
- 1,
- { 1, "XWindShell";
- }
- };
-
-
-
-
-